@media (min-width: 768px) {
  .align-items-md-start {
	-webkit-box-align:start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
  }

  .align-items-md-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
  }

  .align-items-md-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
  }

  .align-items-md-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
  }

  .align-items-md-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
  }

  .align-content-md-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
  }

  .align-content-md-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
  }

  .align-content-md-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important
  }

  .align-content-md-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
  }

  .align-content-md-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
  }

  .align-content-md-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
  }

  .align-self-md-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important
  }

  .align-self-md-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
  }

  .align-self-md-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
  }

  .align-self-md-center {
	-ms-flex-item-align: center!important;
	align-self: center!important
  }

  .align-self-md-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
  }

  .align-self-md-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
  }
}

.align-baseline {
  vertical-align: baseline!important
}

.align-top {
  vertical-align: top!important
}

.align-middle {
  vertical-align: middle!important
}

.align-bottom {
  vertical-align: bottom!important
}

.align-text-bottom {
  vertical-align: text-bottom!important
}

.align-text-top {
  vertical-align: text-top!important
}

.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}

.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}

.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}

.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}

.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}

.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}

.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}

.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}

.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important
}

.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important
}

.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important
}

.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important
}

.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}

.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
	-webkit-transition: none;
	transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn:focus,.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
  opacity: .65
}

a.btn.disabled,fieldset:disabled a.btn {
  pointer-events: none
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}

.btn-link:focus,.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link:disabled,.btn-link.disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-lg,.btn-group-lg>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-sm,.btn-group-sm>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
  width: 100%
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
  z-index: 1
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,*::before,*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

main {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h1,.h1 {
  font-size: 2.5rem
}

h2,.h2 {
  font-size: 2rem
}

h3,.h3 {
  font-size: 1.75rem
}

h4,.h4 {
  font-size: 1.5rem
}

h5,.h5 {
  font-size: 1.25rem
}

h6,.h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,ul,dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0
}
dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,strong {
  font-weight: bolder
}

small,.small {
  font-size: 80%
}

sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0
}

pre,code,kbd,samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

input,button,select,optgroup,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

select {
  word-wrap: normal
}

button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button
}

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
  cursor: pointer
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type="radio"],input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

mark,.mark {
  padding: .2em;
  background-color: #fcf8e3
}

progress {
  vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none!important
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer::before {
  content: "\2014\00A0"
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.sr-only,.sr-only-focusable:not(:focus) {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0)
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

@media (min-width: 768px) {
  .d-md-none {
	display:none!important
  }

  .d-md-inline {
	display: inline!important
  }

  .d-md-inline-block {
	display: inline-block!important
  }

  .d-md-block {
	display: block!important
  }

  .d-md-table {
	display: table!important
  }

  .d-md-table-row {
	display: table-row!important
  }

  .d-md-table-cell {
	display: table-cell!important
  }

  .d-md-flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
  }

  .d-md-inline-flex {
	display: -webkit-inline-box!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
	-webkit-box-flex:1!important;
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important
  }

  .flex-md-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
  }

  .flex-md-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
  }

  .flex-md-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
  }

  .flex-md-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
  }

  .flex-md-grow-0 {
	-webkit-box-flex: 0!important;
	-ms-flex-positive: 0!important;
	flex-grow: 0!important
  }

  .flex-md-grow-1 {
	-webkit-box-flex: 1!important;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important
  }

  .flex-md-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important
  }

  .flex-md-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important
  }

  .flex-md-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
  }

  .flex-md-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
  }

  .flex-md-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
  }
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  margin-bottom: 0
}

.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
  margin-left: -1px
}

.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-prepend,.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.input-group-prepend .btn,.input-group-append .btn {
  position: relative;
  z-index: 2
}

.input-group-prepend .btn:focus,.input-group-append .btn:focus {
  z-index: 3
}

.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
  margin-top: 0
}

.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
	-webkit-transition: none;
	transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
	-webkit-transition: none;
	transition: none
  }
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

a.close.disabled {
  pointer-events: none
}

@media (min-width: 768px) {
  .justify-content-md-start {
	-webkit-box-pack:start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
  }

  .justify-content-md-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
  }

  .justify-content-md-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
  }

  .justify-content-md-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
  }

  .justify-content-md-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
  }
}

.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

@media (min-width: 768px) {
  .container {
	max-width:720px
  }

  .col-md {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
  }

  .col-md-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
  }

  .col-md-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
  }

  .col-md-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
  }

  .col-md-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
  }

  .col-md-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
  }

  .col-md-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
  }

  .col-md-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
  }

  .col-md-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
  }

  .col-md-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
  }

  .col-md-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
  }

  .col-md-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
  }

  .col-md-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
  }

  .col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
  }

  .offset-md-0 {
	margin-left: 0
  }

  .offset-md-1 {
	margin-left: 8.3333333333%
  }

  .offset-md-2 {
	margin-left: 16.6666666667%
  }

  .offset-md-3 {
	margin-left: 25%
  }

  .offset-md-4 {
	margin-left: 33.3333333333%
  }

  .offset-md-5 {
	margin-left: 41.6666666667%
  }

  .offset-md-6 {
	margin-left: 50%
  }

  .offset-md-7 {
	margin-left: 58.3333333333%
  }

  .offset-md-8 {
	margin-left: 66.6666666667%
  }

  .offset-md-9 {
	margin-left: 75%
  }

  .offset-md-10 {
	margin-left: 83.3333333333%
  }

  .offset-md-11 {
	margin-left: 91.6666666667%
  }
}

@media (min-width: 1200px) {
  .container {
	max-width:1140px
  }

  .col-xl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
  }

  .col-xl-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
  }

  .col-xl-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
  }

  .col-xl-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
  }

  .col-xl-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
  }

  .col-xl-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
  }

  .col-xl-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
  }

  .col-xl-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
  }

  .col-xl-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
  }

  .col-xl-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
  }

  .col-xl-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
  }

  .col-xl-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
  }

  .col-xl-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
  }

  .col-xl-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
  }

  .offset-xl-0 {
	margin-left: 0
  }

  .offset-xl-1 {
	margin-left: 8.3333333333%
  }

  .offset-xl-2 {
	margin-left: 16.6666666667%
  }

  .offset-xl-3 {
	margin-left: 25%
  }

  .offset-xl-4 {
	margin-left: 33.3333333333%
  }

  .offset-xl-5 {
	margin-left: 41.6666666667%
  }

  .offset-xl-6 {
	margin-left: 50%
  }

  .offset-xl-7 {
	margin-left: 58.3333333333%
  }

  .offset-xl-8 {
	margin-left: 66.6666666667%
  }

  .offset-xl-9 {
	margin-left: 75%
  }

  .offset-xl-10 {
	margin-left: 83.3333333333%
  }

  .offset-xl-11 {
	margin-left: 91.6666666667%
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

.m-0 {
  margin: 0!important
}

.m-1 {
  margin: 0.25rem!important;
  width: max-content;
}

.m-2 {
  margin: 0.5rem!important
}

.m-3 {
  margin: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

.m-5 {
  margin: 3rem!important
}

.m-auto {
  margin: auto!important
}

.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important
}

.mx-1 {
  margin-right: 0.25rem!important;
  margin-left: 0.25rem!important
}

.mx-2 {
  margin-right: 0.5rem!important;
  margin-left: 0.5rem!important
}

.mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important
}

.mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important
}

.mx-5 {
  margin-right: 3rem!important;
  margin-left: 3rem!important
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.my-1 {
  margin-top: 0.25rem!important;
  margin-bottom: 0.25rem!important
}

.my-2 {
  margin-top: 0.5rem!important;
  margin-bottom: 0.5rem!important
}

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important
}

.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important
}

.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important
}

.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important
}

.mt-0 {
  margin-top: 0!important
}

.mt-1 {
  margin-top: 0.25rem!important
}

.mt-2 {
  margin-top: 0.5rem!important
}

.mt-3 {
  margin-top: 1rem!important
}

.mt-4 {
  margin-top: 1.5rem!important
}

.mt-5 {
  margin-top: 3rem!important
}

.mt-auto {
  margin-top: auto!important
}

.mr-0 {
  margin-right: 0!important
}

.mr-1 {
  margin-right: 0.25rem!important
}

.mr-2 {
  margin-right: 0.5rem!important
}

.mr-3 {
  margin-right: 1rem!important
}

.mr-4 {
  margin-right: 1.5rem!important
}

.mr-5 {
  margin-right: 3rem!important
}

.mr-auto {
  margin-right: auto!important
}

.mb-0 {
  margin-bottom: 0!important
}

.mb-1 {
  margin-bottom: 0.25rem!important
}

.mb-2 {
  margin-bottom: 0.5rem!important
}

.mb-3 {
  margin-bottom: 1rem!important
}

.mb-4 {
  margin-bottom: 1.5rem!important
}

.mb-5 {
  margin-bottom: 3rem!important
}

.mb-auto {
  margin-bottom: auto!important
}

.ml-0 {
  margin-left: 0!important
}

.ml-1 {
  margin-left: 0.25rem!important
}

.ml-2 {
  margin-left: 0.5rem!important
}

.ml-3 {
  margin-left: 1rem!important
}

.ml-4 {
  margin-left: 1.5rem!important
}

.ml-5 {
  margin-left: 3rem!important
}

.ml-auto {
  margin-left: auto!important;
  width: max-content;
}

.m-n1 {
  margin: -0.25rem!important
}

.m-n2 {
  margin: -0.5rem!important
}

.m-n3 {
  margin: -1rem!important
}

.m-n4 {
  margin: -1.5rem!important
}

.m-n5 {
  margin: -3rem!important
}

.mx-n1 {
  margin-right: -0.25rem!important;
  margin-left: -0.25rem!important
}

.mx-n2 {
  margin-right: -0.5rem!important;
  margin-left: -0.5rem!important
}

.mx-n3 {
  margin-right: -1rem!important;
  margin-left: -1rem!important
}

.mx-n4 {
  margin-right: -1.5rem!important;
  margin-left: -1.5rem!important
}

.mx-n5 {
  margin-right: -3rem!important;
  margin-left: -3rem!important
}

.my-n1 {
  margin-top: -0.25rem!important;
  margin-bottom: -0.25rem!important
}

.my-n2 {
  margin-top: -0.5rem!important;
  margin-bottom: -0.5rem!important
}

.my-n3 {
  margin-top: -1rem!important;
  margin-bottom: -1rem!important
}

.my-n4 {
  margin-top: -1.5rem!important;
  margin-bottom: -1.5rem!important
}

.my-n5 {
  margin-top: -3rem!important;
  margin-bottom: -3rem!important
}

.mt-n1 {
  margin-top: -0.25rem!important
}

.mt-n2 {
  margin-top: -0.5rem!important
}

.mt-n3 {
  margin-top: -1rem!important
}

.mt-n4 {
  margin-top: -1.5rem!important
}

.mt-n5 {
  margin-top: -3rem!important
}

.mr-n1 {
  margin-right: -0.25rem!important
}

.mr-n2 {
  margin-right: -0.5rem!important
}

.mr-n3 {
  margin-right: -1rem!important
}

.mr-n4 {
  margin-right: -1.5rem!important
}

.mr-n5 {
  margin-right: -3rem!important
}

.mb-n1 {
  margin-bottom: -0.25rem!important
}

.mb-n2 {
  margin-bottom: -0.5rem!important
}

.mb-n3 {
  margin-bottom: -1rem!important
}

.mb-n4 {
  margin-bottom: -1.5rem!important
}

.mb-n5 {
  margin-bottom: -3rem!important
}

.ml-n1 {
  margin-left: -0.25rem!important
}

.ml-n2 {
  margin-left: -0.5rem!important
}

.ml-n3 {
  margin-left: -1rem!important
}

.ml-n4 {
  margin-left: -1.5rem!important
}

.ml-n5 {
  margin-left: -3rem!important
}

@media (min-width: 768px) {
  .order-md-first {
	-webkit-box-ordinal-group:0!important;
	-ms-flex-order: -1!important;
	order: -1!important
  }

  .order-md-0 {
	-webkit-box-ordinal-group: 1!important;
	-ms-flex-order: 0!important;
	order: 0!important
  }

  .order-md-1 {
	-webkit-box-ordinal-group: 2!important;
	-ms-flex-order: 1!important;
	order: 1!important
  }

  .order-md-2 {
	-webkit-box-ordinal-group: 3!important;
	-ms-flex-order: 2!important;
	order: 2!important
  }

  .order-md-3 {
	-webkit-box-ordinal-group: 4!important;
	-ms-flex-order: 3!important;
	order: 3!important
  }

  .order-md-4 {
	-webkit-box-ordinal-group: 5!important;
	-ms-flex-order: 4!important;
	order: 4!important
  }

  .order-md-5 {
	-webkit-box-ordinal-group: 6!important;
	-ms-flex-order: 5!important;
	order: 5!important
  }

  .order-md-6 {
	-webkit-box-ordinal-group: 7!important;
	-ms-flex-order: 6!important;
	order: 6!important
  }

  .order-md-7 {
	-webkit-box-ordinal-group: 8!important;
	-ms-flex-order: 7!important;
	order: 7!important
  }

  .order-md-8 {
	-webkit-box-ordinal-group: 9!important;
	-ms-flex-order: 8!important;
	order: 8!important
  }

  .order-md-9 {
	-webkit-box-ordinal-group: 10!important;
	-ms-flex-order: 9!important;
	order: 9!important
  }

  .order-md-10 {
	-webkit-box-ordinal-group: 11!important;
	-ms-flex-order: 10!important;
	order: 10!important
  }

  .order-md-11 {
	-webkit-box-ordinal-group: 12!important;
	-ms-flex-order: 11!important;
	order: 11!important
  }

  .order-md-12 {
	-webkit-box-ordinal-group: 13!important;
	-ms-flex-order: 12!important;
	order: 12!important
  }

  .order-md-last {
	-webkit-box-ordinal-group: 14!important;
	-ms-flex-order: 13!important;
	order: 13!important
  }
}

.p-0 {
  padding: 0!important
}

.p-1 {
  padding: 0.25rem!important
}

.p-2 {
  padding: 0.5rem!important
}

.p-3 {
  padding: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.p-5 {
  padding: 3rem!important
}

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important
}

.px-1 {
  padding-right: 0.25rem!important;
  padding-left: 0.25rem!important
}

.px-2 {
  padding-right: 0.5rem!important;
  padding-left: 0.5rem!important
}

.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important
}

.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important
}

.px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}

.py-1 {
  padding-top: 0.25rem!important;
  padding-bottom: 0.25rem!important
}

.py-2 {
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important
}

.pt-0 {
  padding-top: 0!important
}

.pt-1 {
  padding-top: 0.25rem!important
}

.pt-2 {
  padding-top: 0.5rem!important
}

.pt-3 {
  padding-top: 1rem!important
}

.pt-4 {
  padding-top: 1.5rem!important
}

.pt-5 {
  padding-top: 3rem!important
}

.pr-0 {
  padding-right: 0!important
}

.pr-1 {
  padding-right: 0.25rem!important
}

.pr-2 {
  padding-right: 0.5rem!important
}

.pr-3 {
  padding-right: 1rem!important
}

.pr-4 {
  padding-right: 1.5rem!important
}

.pr-5 {
  padding-right: 3rem!important
}

.pb-0 {
  padding-bottom: 0!important
}

.pb-1 {
  padding-bottom: 0.25rem!important
}

.pb-2 {
  padding-bottom: 0.5rem!important
}

.pb-3 {
  padding-bottom: 1rem!important
}

.pb-4 {
  padding-bottom: 1.5rem!important
}

.pb-5 {
  padding-bottom: 3rem!important
}

.pl-0 {
  padding-left: 0!important
}

.pl-1 {
  padding-left: 0.25rem!important
}

.pl-2 {
  padding-left: 0.5rem!important
}

.pl-3 {
  padding-left: 1rem!important
}

.pl-4 {
  padding-left: 1.5rem!important
}

.pl-5 {
  padding-left: 3rem!important
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table th,.table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm th,.table-sm td {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered th,.table-bordered td {
  border: 1px solid #dee2e6
}

.table-bordered thead th,.table-bordered thead td {
  border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>th,.table-primary>td {
  background-color: #b8daff
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
  border-color: #7abaff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,.table-secondary>th,.table-secondary>td {
  background-color: #d6d8db
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,.table-success>th,.table-success>td {
  background-color: #c3e6cb
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
  border-color: #8fd19e
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,.table-info>th,.table-info>td {
  background-color: #bee5eb
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
  border-color: #86cfda
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,.table-warning>th,.table-warning>td {
  background-color: #ffeeba
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,.table-danger>th,.table-danger>td {
  background-color: #f5c6cb
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
  border-color: #ed969e
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,.table-light>th,.table-light>td {
  background-color: #fdfdfe
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
  border-color: #fbfcfc
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,.table-dark>th,.table-dark>td {
  background-color: #c6c8ca
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
  border-color: #95999c
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,.table-active>th,.table-active>td {
  background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
  background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark th,.table-dark td,.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255,255,255,.075)
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
	display:block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
	border: 0
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
	display:block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
	border: 0
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
	display:block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
	border: 0
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
	display:block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
	border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.font-weight-light {
  font-weight: 300!important
}

.font-weight-lighter {
  font-weight: lighter!important
}

.font-weight-normal {
  font-weight: 400!important
}

.font-weight-bold {
  font-weight: 700!important
}

.font-weight-bolder {
  font-weight: bolder!important
}

.text-lowercase {
  text-transform: lowercase!important
}

.text-uppercase {
  text-transform: uppercase!important
}

.text-capitalize {
  text-transform: capitalize!important
}

.text-left {
  text-align: left!important
}

.text-right {
  text-align: right!important
}

.text-center {
  text-align: center!important
}

.text-justify {
  text-align: justify!important
}

.text-white {
  color: #fff!important
}

.text-body {
  color: #212529!important
}

.text-muted {
  color: #6c757d!important
}

.text-black-50 {
  color: rgba(0,0,0,.5)!important
}

.text-white-50 {
  color: rgba(255,255,255,.5)!important
}

.text-reset {
  color: inherit!important
}

.text-wrap {
  white-space: normal!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-decoration-none {
  text-decoration: none!important
}

.font-italic {
  font-style: italic!important
}

.text-break {
  overflow-wrap: break-word!important;
  word-break: break-word!important
}

.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important
}

.text-primary {
  color: #007bff!important
}

a.text-primary:hover,a.text-primary:focus {
  color: #0056b3!important
}

.text-secondary {
  color: #6c757d!important
}

a.text-secondary:hover,a.text-secondary:focus {
  color: #494f54!important
}

.text-success {
  color: #28a745!important
}

a.text-success:hover,a.text-success:focus {
  color: #19692c!important
}

.text-info {
  color: #17a2b8!important
}

a.text-info:hover,a.text-info:focus {
  color: #0f6674!important
}

.text-warning {
  color: #ffc107!important
}

a.text-warning:hover,a.text-warning:focus {
  color: #ba8b00!important
}

.text-danger {
  color: #dc3545!important
}

a.text-danger:hover,a.text-danger:focus {
  color: #a71d2a!important
}

.text-light {
  color: #f8f9fa!important
}

a.text-light:hover,a.text-light:focus {
  color: #cbd3da!important
}

.text-dark {
  color: #343a40!important
}

a.text-dark:hover,a.text-dark:focus {
  color: #121416!important
}

.mw-100 {
  max-width: 100%!important
}

.mh-100 {
  max-height: 100%!important
}

.min-vw-100 {
  min-width: 100vw!important
}

.min-vh-100 {
  min-height: 100vh!important
}

.vw-100 {
  width: 100vw!important
}

.vh-100 {
  height: 100vh!important
}

.w-25 {
  width: 25%!important
}

.w-50 {
  width: 50%!important
}

.w-75 {
  width: 75%!important
}

.w-100 {
  width: 100%!important
}

.w-auto {
  width: auto!important
}

.h-25 {
  height: 25%!important
}

.h-50 {
  height: 50%!important
}

.h-75 {
  height: 75%!important
}

.h-100 {
  height: 100%!important
}

.h-auto {
  height: auto!important
}

html {
  font-size: 62.5%
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Metropolis,Verdana,sans-serif;
  color: #2f2f2f
}

a {
  transition: all .33s ease-in-out;
  color: #fff
}

a,a:hover {
  text-decoration: none
}

a:hover {
  color: #faa635
}

img {
  max-width: 100%
}

.site {
  position: relative
}

.container-fluid {
  max-width: 1440px;
  margin: 0 auto
}

.bou-form {
  width: 100%;
  border: 0
}

@font-face {
  font-family: Metropolis;
  src: url(/design/metropolis-mediumitalic.eot);
  src: url(/design/metropolis-mediumitalic.eot?#iefix) format("embedded-opentype"),url(/design/metropolis-mediumitalic.woff2) format("woff2"),url(/design/metropolis-mediumitalic.woff) format("woff"),url(/design/metropolis-mediumitalic.ttf) format("truetype"),url(/design/metropolis-mediumitalic.svg#metropolis-mediumitalic) format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Metropolis;
  src: url(/design/metropolis-light.eot);
  src: url(/design/metropolis-light.eot?#iefix) format("embedded-opentype"),url(/design/metropolis-light.woff2) format("woff2"),url(/design/metropolis-light.woff) format("woff"),url(/design/metropolis-light.ttf) format("truetype"),url(/design/metropolis-light.svg#metropolis-light) format("svg");
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: Metropolis;
  src: url(/design/metropolis-lightitalic.eot);
  src: url(/design/metropolis-lightitalic.eot?#iefix) format("embedded-opentype"),url(/design/metropolis-lightitalic.woff2) format("woff2"),url(/design/metropolis-lightitalic.woff) format("woff"),url(/design/metropolis-lightitalic.ttf) format("truetype"),url(/design/metropolis-lightitalic.svg#metropolis-lightitalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: Metropolis;
  src: url(/design/metropolis-medium.eot);
  src: url(/design/metropolis-medium.eot?#iefix) format("embedded-opentype"),url(/design/metropolis-medium.woff2) format("woff2"),url(/design/metropolis-medium.woff) format("woff"),url(/design/metropolis-medium.ttf) format("truetype"),url(/design/metropolis-medium.svg#metropolis-medium) format("svg");
  font-weight: 500;
  font-display: swap
}

.btn {
  background: #faa635;
  color: #2f2f2f;
  padding: 15px 20px;
  border-radius: 20px;
  border: 0;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .33s ease-in-out;
  line-height: 1;
  outline: none
}

.btn:hover {
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.25)
}

.btn--lg {
  padding: 15px 35px;
  font-size: 1.8rem
}

.btn--lg:hover {
  transform: translateY(-3px)
}

.btn--lg:active {
  transform: translateY(0)
}

.btn--secondary:hover {
  color: #2f2f2f;
  background: #dd8105
}

.btn--alt {
  background: none;
  color: #fff;
  border: 2px solid #faa635;
  box-shadow: 0 5px 15px rgba(0,0,0,.25);
  position: relative
}

.btn--alt:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  color: #faa635
}

.btn--alt:hover:before {
  opacity: .1;
  transform: scale(1)
}

.btn--alt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .33s ease-in-out;
  background: #fff;
  opacity: 0;
  transform: scale(.1);
  border-radius: 10px
}

button:active,button:focus {
  outline: none
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 300
}

h1 {
  font-size: 4rem
}

strong {
  font-weight: 500
}

li,p {
  font-size: 1.4rem;
  line-height: 2rem
}

.section__title {
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem
}

.form-row {
  margin-bottom: 2.5rem
}

label {
  display: block;
  color: #faa635;
  font-size: 1.8rem
}

input[type=text] {
  transition: all .33s ease-in-out;
  width: 100%;
  border: 0;
  border-radius: 2.5rem;
  height: 5.5rem;
  outline: none;
  padding: 0 2rem;
  font-size: 1.6rem;
  border: 2px solid transparent
}

input[type=text]:focus {
  border-color: #faa635
}

textarea {
  transition: all .33s ease-in-out;
  width: 100%;
  border: 0;
  border-radius: 2.5rem;
  outline: none;
  padding: 2rem;
  font-size: 1.6rem;
  border: 2px solid transparent;
  height: 20rem;
  resize: none
}

textarea:focus {
  border-color: #faa635
}

input[type=submit] {
  transition: all .33s ease-in-out;
  background: #faa635;
  border: 0;
  font-size: 2rem;
  padding: 1rem 3.5rem;
  border-radius: 2.5rem
}

input[type=submit]:hover {
  transform: translateY(-4px);
  color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.25)
}

.site__header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 1200px;
  transform: translateX(-50%)
}

.site__header .logo {
  margin-right: auto;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px
}

.site__menu {
  display: none
}

.site__menu__toggle {
  border: 0;
  border-radius: 0;
  background: 0;
  outline: none;
  display: block;
  width: 5rem;
  height: 2.5rem
}

.site__menu__toggle.close .site__menu__toggle__top {
  transform: rotate(-45deg);
  top: 1rem
}

.site__menu__toggle.close .site__menu__toggle__middle {
  opacity: 0
}

.site__menu__toggle.close .site__menu__toggle__bottom {
  transform: rotate(45deg);
  top: -1.2rem
}

.site__menu__toggle span {
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  margin-bottom: .6rem;
  position: relative;
  transition: all .33s ease-in-out
}

.site__menu__list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center
}

.site__menu__list__item {
  list-style: none;
  margin-right: 1.5rem
}

.languages__select {
  position: relative;
  padding-bottom: 1.5rem
}

.languages__select.active .languages__select__items,.languages__select:hover .languages__select__items {
  visibility: visible;
  opacity: 1
}

.languages__select.active i,.languages__select:hover i {
  transform: rotate(-180deg)
}

.languages__select img {
  margin-right: 1.5rem;
  width: 2rem
}

.languages__select__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  border: 1px solid #fff;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  width:110%
}

.languages__select__text i {
  margin-left: 1rem;
  transition: all .33s ease-in-out
}

.languages__select__items {
  position: absolute;
  top: calc(100% - 1.5rem);
  left: calc(100% - 290%);
  width: 300%;
  background: #fff;
  color: #2f2f2f;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  margin-top: 1.5rem;
  transition: all .33s ease-in-out;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.languages__select__items a {
  color: inherit;
  padding: .5rem 1rem;
  border-radius: 1rem
}

.languages__select__items a:hover {
  background: #faa635;
  color: #fff
}

.languages__select__item {
  display: block
}

.languages__select__item:not(:last-of-type) {
  margin-bottom: .5rem;
  flex:30%;
}

.hero {
  position: relative;
  min-height: 72rem;
  max-height: 80rem
}

.hero--single {
  min-height: 14rem
}

.hero--single:after {
  display: none
}

.hero--single .hero__content {
  padding-top: 5rem
}

.hero--blog {
  min-height: auto;
  overflow: hidden
}

.hero.no-after:after {
  display: none
}

.hero>img {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto
}

.hero img {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto
}

.hero.hero--blog img {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto
}

.hero__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  background-position: top left
}

.hero__bg {
  top: 0;
  height: 100%;
  background-image: url(/design/hero-bg.jpg);
  background-size: cover
}

.hero__bg:before {
  content: "";
  display: block;
  background: rgba(25,33,37,.8);
  z-index: 2
}

.hero__bg:before,.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.hero__content {
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 0 3rem;
  text-align: center
}

.hero__content h1,.hero__content p {
  margin-bottom: 2.5rem
}

.hero__content p {
  font-size: 1.8rem;
  line-height: 3.2rem
}

.hero__content a {
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.hero__content a:hover i {
  background: #faa635;
  color: #fff
}

.hero__content a i {
  transition: all .33s ease-in-out;
  font-size: 2.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 1.5rem 2.1rem;
  margin-right: 1.5rem
}

.hero__content .btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5rem
}

.hero__content .btn-wrap .btn {
  margin: 0 1.5rem 2rem;
  justify-content: center
}

.site__footer {
  position: relative;
  background: #2f2f2f;
  padding-top: 16rem;
  padding-bottom: 5rem
}

.site__footer:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10rem;
  left: 0;
  width: 100%;
  height: 20rem;
  background-image: url(/design/footer-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat
}

.site__footer__col {
  margin-bottom: 1.5rem
}

.site__footer__col:first-of-type,.site__footer__col:last-of-type {
  -ms-flex-item-align: center;
  align-self: center
}

.site__footer__link {
  font-size: 1.6rem
}

.site__footer__link:hover i {
  color: #fff
}

.site__footer__link i {
  transition: all .33s ease-in-out;
  margin-right: 1rem;
  background: #faa635;
  color: #2f2f2f;
  padding: 1rem;
  font-size: 120%;
  border-radius: 50%;
  display: none
}

.site__footer__menu {
  padding-left: 0
}

.site__footer__menu li {
  font-size: 1.6rem;
  margin-bottom: 1rem
}

@media(min-width: 768px) {
  h1 {
	font-size:6rem
  }

  li,p {
	font-size: 1.6rem;
	line-height: 2.4rem
  }

  .section__title {
	font-size: 5rem;
	line-height: 6rem;
	padding-top: 8rem;
	padding-bottom: 8rem
  }

  .languages {
	-ms-flex: 0 0 150px;
	flex: 0 0 150px
  }

  .hero--single {
	min-height: 20rem
  }

  .hero--blog {
	min-height: 42rem;
	max-height: 60rem
  }

  .hero__bg {
	background-attachment: fixed
  }

  .hero__content .btn-wrap {
	-ms-flex-direction: row;
	flex-direction: row
  }
}

@media(max-width: 575px) {
  input[type=text] {
	height:4rem
  }

  textarea {
	height: 15rem
  }

  input[type=submit] {
	font-size: 1.6rem
  }
}

@media(min-width: 1200px) {
  .site__header .logo {
	margin-left:auto
  }

  .site__menu {
	margin-right: auto
  }

  .site__footer:before {
	background-size: contain
  }

  .hero__bg {
	background-image: url(/design/hero-bg-lg.jpg)
  }
}

@media(max-width: 1109px) {
  .site__menu {
	position:absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #787878
  }

  .site__menu__list {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0 1.5rem
  }

  .site__menu__list__item {
	width: 100%;
	text-align: right;
	padding: 2rem 0;
	margin-right: 0;
	border-bottom: 1px solid #fff
  }

  .languages {
	padding: 0 1.5rem
  }

  .languages__select__text {
	display: none
  }

  .languages__select__items {
	position: static;
	visibility: visible;
	opacity: 1;
	display: -ms-flexbox;
	display: flex;
	background: none;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-flow: wrap;
	color: #fff;
	width:100%
  }

  .languages__select__item:not(:last-of-type) {
	margin-bottom: 0;
  }
}

@media(min-width: 1110px) {
  .site__menu {
	display:-ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	flex: 1
  }

  .site__menu__toggle {
	display: none
  }

  .languages__select {
	top: 1rem
  }
}

@media(max-width: 1109px) and (min-width:575px) {
  .languages__select__items a {
	padding:2rem 3.5rem
  }
}

@media(min-width: 992px) {
  .site__footer__link i {
	display:inline-block
  }
}

@media(max-width: 991px) {
  .site__footer__col {
	text-align:center
  }
  .languages__select__item:not(:last-of-type) {
	flex:40%
  }
}

.cookieconsent-disclaimer-text a {
  color: #faa635
}

.cookieconsent-checkbox-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
  padding: 10px
}

.cookieconsent-checkbox-container label {
  font-size: 14px;
  padding: 0
}

#cookieconsent-button-ok {
  margin-left: 0;
  background: #faa635;
  color: #2f2f2f;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  border-radius: 10px;
  border: 0
}

#cookieconsent-button-details {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  background: none;
  color: #faa635;
  border: 2px solid #faa635;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  border-radius: 10px
}

@media (max-width: 991px) and (min-width:576px) {
  .cookieconsent-checkbox-container {
	flex-wrap:wrap
  }

  .cookieconsent-checkbox-container label {
	flex-basis: 50%
  }
}

@media (max-width: 575px) {
  .cookieconsent-checkbox-container {
	flex-wrap:wrap
  }

  .cookieconsent-checkbox-container label {
	flex-basis: 100%
  }
}

.rates_table {
  border-radius: 1.5em!important;
  overflow: hidden!important;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(184,184,184,1);
  -moz-box-shadow: 2px 2px 10px 1px rgba(184,184,184,1);
  box-shadow: 2px 2px 10px 1px rgba(184,184,184,1);
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem!important
}

.rate {
  padding-top: 5rem;
  padding-bottom: 14rem
}

.rate a:not(.btn) {
  color: #faa635
}

.rates_table tr {
  border-bottom: 1px solid #ddd;
  color: #2f2f2f;
  border-top: 0px!important;
  font-size: 1.4rem
}

.rates_table td,.rates_table th {
  text-align: center;
  align-items: center!important;
  vertical-align: middle!important
}

.rates_table td {
  cursor: pointer
}

.rates_table a {
  color: #2f2f2f!important
}

.rates_table th {
  text-align: center!important
}

.rates_table thead {
  background-color: #faa635
}

.social a {
  margin: 0 10px;
  font-size: 1.6rem
}

.selectionButton {
  background: none;
  color: #faa635;
  padding: .1rem 1rem;
  border-radius: 20px;
  border: 0;
  border-color: #faa635;
  border-width: .1rem;
  border-style: solid;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all .33s ease-in-out;
  line-height: 2rem;
  margin: .3rem
}

.selectionButton:disabled,.selectionButton[disabled] {
  background: none;
  color: lightgrey;
  padding: .1rem 1rem;
  border-radius: 20px;
  border: 0;
  border-color: lightgrey;
  border-width: .1rem;
  border-style: solid;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all .33s ease-in-out;
  line-height: 2rem;
  margin: .3rem
}

.selectionButtonSelected {
  background: #faa635;
  color: white!important;
  padding: .1rem 1rem;
  border-radius: 20px;
  border: 0;
  border-color: #faa635;
  border-width: .1rem;
  border-style: solid;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all .33s ease-in-out;
  line-height: 2rem;
  margin: .3rem
}

.breadcrumb {
  background-color: transparent
}

.faq {
  background-color: transparent;
  cursor: pointer;
  color: #51626f
}

.faq:before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  display: inline-block;
  transition: transform 0.15s linear
}

.faq.collapsed:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}

.faq-box {
  /* padding:.6rem; */
  margin: .5rem 0rem;
  border-radius: .3rem;
  color: #51626f
}

.faq-box ul{
  padding-left:40px !important;
}

.faq-box p {
  text-align: justify;
  margin-bottom: 0.2rem!important
}

.faq-box a {
  color: #faa635;
  font-weight: normal!important;
  font-size: 1.6rem!important
}

.coin_icon {
  width: 36px;
  height: 36px;
  object-fit: contain
}

.sparklinechart {
  max-height: 6rem;
  background: none;
  padding: .8rem;
  box-sizing: border-box;
  color: #2F2f2f!important;
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  margin: auto
}

.btn {
  background: #faa635;
  color: #2f2f2f;
  padding: 15px 20px;
  border-radius: 2rem;
  border: 0;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .33s ease-in-out;
  line-height: 1;
  outline: none
}

.btn_currency {
  background: white;
  color: #faa635;
  padding: 15px 20px;
  border-radius: 2rem;
  border-color: #faa635;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .33s ease-in-out;
  line-height: 1;
  outline: none;
  border-color: #faa635;
  border-style: solid;
  border-width: thin;
  display: flex;
  align-items: center
}

.search_btn {
  background: #faa635;
  color: white;
  border-radius: 20px;
  border: 0;
  display: flex;
  align-items: center
}

.search_input {
  color: #faa635;
  border-color: #faa635!important
}

.search_input:focus {
  color: #faa635
}

.search_input::placeholder {
  color: #faa635
}